All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.std.movies.SearchResult
java.lang.Object
|
+----quicktime.std.movies.SearchResult
- public final class SearchResult
- extends Object
The SearchResult class represents the results returned from searching for text in a movie.
-
getFoundTrack()
- This method returns the found track.
-
getOffset()
- This method returns the found offset.
-
getTime()
- This method returns the found time.
getFoundTrack
public Track getFoundTrack()
- This method returns the found track.
- Returns:
- the found track.
getTime
public int getTime()
- This method returns the found time.
- Returns:
- the found time.
getOffset
public int getOffset()
- This method returns the found offset.
- Returns:
- the found offset.
All Packages Class Hierarchy This Package Previous Next Index